home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / business / bp61b.zip / 11.ITM < prev    next >
Text File  |  1990-07-22  |  2KB  |  67 lines

  1. ------------------------------------------------------------------------------
  2. INSTRUCTIONS SECTION:
  3.  
  4. Here are the tilde codes to be used in the CODING SECTION below.  The numbers
  5. in parentheses indicate the MINIMUM space you MUST allow for each item (for
  6. instance, you must allow at least 9 spaces for the transaction date).
  7.  
  8. ~k=transaction date (9)                 ~l=transaction description (20)
  9. ~m=timekeeper's initials (3)            ~n=time spent working on this item (5)
  10. ~o=timekeeper's hourly rate (6)         ~p=this item's charge to client (11)
  11. ~q=total services (11)                  ~r=total disbursements (11)
  12. ~s=total income/adjustments (11)        ~t=balance from last billing period
  13. ~u=amount client should pay (11)        ~v=interest on unpaid balance (11)
  14. ~w=tax for period (11)                  ~x=total hours spent working (5)
  15.  
  16. ~1=this item's srvc/fee amt (11)        ~2=this item's dsbrsmnt amt (11)
  17. ~3=this item's receipt  amt (11)        ~4=this item's adjstmnt amt (11)
  18. ~5=this item's srvc/fee/dsbrs amt (11)  ~6=this item's receipt/adjst amt (11)
  19. ~7=this item's amt greater than 0 (11)  ~8=this item's amt less than 0 (11)
  20.  
  21. ------------------------------------------------------------------------------
  22. CODING SECTION:
  23.  
  24.  
  25. {itemization}
  26. ~k         ~l                                    ~m   ~n     ~o   h ~p
  27.  
  28. {itemizationHeader1}
  29.     Date  Description                             TimeKeeper   Rate      TOTAL
  30.  
  31. {itemizationHeader2}
  32.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  33.  
  34. {AccountHeader}
  35.  
  36. {AgedHeader}
  37.  
  38. {WriteSrvcs}
  39.  
  40. {WriteReceipt}
  41.  
  42. {WriteDsbrs}
  43.  
  44. {TotalsDash}
  45.                                                                       --------
  46. {totServLine}
  47. TOTAL SERVICES THIS PERIOD                                          ~q
  48.  
  49. {totDsbrsLine}
  50. TOTAL DISBURSEMENTS THIS PERIOD                                     ~r
  51.  
  52. {totIncmLine}
  53. TOTAL INCOME AND OTHER ADJUSTMENTS THIS PERIOD                      ~s
  54.  
  55. {balFrwdLine}
  56. BALANCE FROM LAST BILLING PERIOD                                    ~t
  57.  
  58. {payNowLine}
  59. AMOUNT DUE NOW                                                      ~u
  60.  
  61. {interestDueLine}
  62. INTEREST ON UNPAID BALANCE FROM LAST BILLING PERIOD                 ~v
  63.  
  64. {taxDueLine}
  65. TAX ON SERVICES PROVIDED THIS PERIOD                                ~w
  66.  
  67.